PStyleEnd();
Apply style with PStyle command. The PStyleEnd command is
used with PStyleBegin and is required to
complete a style definition. The newly defined style is then available to
be specified with the PStyle command.
Use PStyleEnd command to end definition. If you do not complete a style definition with the PStyleEnd command (e.g., by omitting the PStyleEnd command or by not completing the definition due to an error), PageMaker remains in the style definition state until you either send the PStyleEnd command or:
Example. The following example defines Heading 1 as point-size 24 in the font Times.
PStyleBegin("Heading 1");
PSize(24);
PFont("Times");
PStyleEnd();
The PGetStyle and PGetStyleNames queries
Adobe PageMaker 6.5 Help > Commands > Type > Define Styles
Comments or suggestions? Contact Adobe Developer Support